home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFAVOURITEZIPFORM / TFAVOURITEZIPFORM.txt
Encoding:
Text File  |  2004-07-08  |  1.7 KB  |  99 lines

  1. object FavouriteZipForm: TFavouriteZipForm
  2.   Left = 546
  3.   Top = 198
  4.   Width = 421
  5.   Height = 279
  6.   Caption = 'FavouriteZipForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lSelFile: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 33
  22.     Height = 13
  23.     Caption = 'lSelFile'
  24.   end
  25.   object lArcType: TLabel
  26.     Left = 8
  27.     Top = 224
  28.     Width = 42
  29.     Height = 13
  30.     Caption = 'lArcType'
  31.   end
  32.   object lvFavorites: TListView
  33.     Left = 8
  34.     Top = 32
  35.     Width = 313
  36.     Height = 177
  37.     Columns = <
  38.       item
  39.         Caption = 'Name'
  40.         Width = 100
  41.       end
  42.       item
  43.         Alignment = taRightJustify
  44.         Caption = 'Modified'
  45.         Width = 70
  46.       end
  47.       item
  48.         Caption = 'Path'
  49.         Width = 115
  50.       end>
  51.     TabOrder = 2
  52.     ViewStyle = vsReport
  53.   end
  54.   object cbArcType: TComboBox
  55.     Left = 80
  56.     Top = 216
  57.     Width = 241
  58.     Height = 21
  59.     Style = csDropDownList
  60.     ItemHeight = 13
  61.     TabOrder = 4
  62.   end
  63.   object btnOpen: TButton
  64.     Left = 330
  65.     Top = 32
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'btnOpen'
  69.     Default = True
  70.     TabOrder = 0
  71.   end
  72.   object btnSearch: TButton
  73.     Left = 330
  74.     Top = 64
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'btnSearch'
  78.     TabOrder = 1
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 330
  82.     Top = 152
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'btnCancel'
  87.     TabOrder = 3
  88.     OnClick = btnCancelClick
  89.   end
  90.   object btnOptions: TButton
  91.     Left = 330
  92.     Top = 96
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'btnOptions'
  96.     TabOrder = 5
  97.   end
  98. end
  99.